From: YAMAMOTO Mitsuharu Date: Sun, 30 Jun 2019 06:26:27 +0000 (+0900) Subject: * src/xfns.c (Fx_show_tip): Call flush_frame. (Bug#34819) X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~19^2~2538 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=82d6b390b5e11183d5a16776f861d9e73395eeb1;p=emacs.git * src/xfns.c (Fx_show_tip): Call flush_frame. (Bug#34819) --- diff --git a/src/xfns.c b/src/xfns.c index 6d14fecde15..f0e29627d93 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -6962,6 +6962,7 @@ Text larger than the specified size is clipped. */) w->must_be_updated_p = true; update_single_window (w); + flush_frame (tip_f); set_buffer_internal_1 (old_buffer); unbind_to (count_1, Qnil); windows_or_buffers_changed = old_windows_or_buffers_changed;